From a5cd5b20a761eeebe8b79c66ca33f14f565b629e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 23 Mar 2014 16:38:40 -0700 Subject: [PATCH] * src/fileio.c (Ffile_symlink_p): Doc fix. --- src/ChangeLog | 4 ++++ src/fileio.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 51c5fa912c6..b71536c04f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-03-23 Glenn Morris + + * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073) + 2014-03-23 Stefan Monnier * buffer.c (struct sortvec): Add field `spriority'. diff --git a/src/fileio.c b/src/fileio.c index fb0a33b39db..8aaed3248a7 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2682,8 +2682,7 @@ DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, The value is the link target, as a string. Otherwise it returns nil. -This function returns t when given the name of a symlink that -points to a nonexistent file. */) +This function does not check whether the link target exists. */) (Lisp_Object filename) { Lisp_Object handler; -- 2.30.2